home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
redakcyjne
/
programy
/
PSPad editor 4.5.4 build 2356 beta
/
pspad454inst_en.exe
/
{app}
/
Template
/
Default.cbl
< prev
next >
Wrap
Text File
|
2008-07-22
|
1KB
|
32 lines
* ========================================================================== */
* */
* COBOLname.cbl */
* (c) 2008 Author Ronaldo Ottoni */ */
* Description */
* */
* ========================================================================== */
*Descriç╞o do Programa
Identification Division.
Program-Id. NOME DO PROGRAMA.
Author. NOME DO PROGRAMADOR.
Environment Division.
Configuration Section.
Special-Names. Decimal-Point is comma.
Input-Output Section.
File-Control.
* Arquivos de SELECT ou Copy | *.sl |*.sel | *.cpy
Data Division.
File Section.
* Arquivos de FD ou Copy | *.fd |*.cpy
Working-Storage Section.
* Variáveis de Memória
Screen section.
* Seç╞o para desenho de telas
Procedure Division.
* Corpo do Programa
END PROGRAM NOME DO PROGRAMA.